home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Rotater 2.8 / Rotater Files / hilbert1 < prev    next >
Text File  |  1995-01-19  |  337b  |  16 lines

  1. # Hilbert 3D Space-Filling Curve (2x2x2)
  2. #
  3. # by Dan "Spam" Garcia (ddgarcia@cs.berkeley.edu)
  4. # Graduate Student in Computer Science
  5. # University of California at Berkeley 
  6. # http://http.cs.berkeley.edu/~ddgarcia
  7.  
  8. -0.5 -0.5 -0.5 0
  9. -0.5 -0.5 0.5 1
  10. -0.5 0.5 0.5 7
  11. 0.5 0.5 0.5 7
  12. 0.5 -0.5 0.5 7
  13. 0.5 -0.5 -0.5 1
  14. 0.5 0.5 -0.5 7
  15. -0.5 0.5 -0.5 7
  16.